Problem Note 54154: The macro %pga_append_entity_date_info will fail in SASĀ® Peer Group Analysis 6.1 (TS1M0) if there are missing values in the entity_number column
In the %pga_append_entity_date_info macro, the following TABLE statement in the IMSTAT procedure will fail if there are missing values in the entity_number column:
table &in_lasr_lib..&in_select_from_ds ;
schema distinct_entity_date_table (entity_number=entity_number / prefix=&in_entity_level_code);
run;
The following warnings occur in the SAS log:
WARNING: The connection between the IMSTAT procedure and the LASR Analytic Server was closed unexpectedly.
WARNING: The LASR Analytic Server action request for the SCHEMA statement did not complete successfully.
The warnings are due to a problem that was reported for SAS® LASR™ Analytic Server 2.1 running with SAS® 9.4 (TS1M0). That problem was resolved in the first maintenance release for SAS 9.4 (TS1M1) and SAS LASR™ Analytic Server 2.2.
Operating System and Release Information
SAS System | SAS High-Performance Anti-Money Laundering | Linux for x64 | 6.1 | 6.1 | 9.4 TS1M0 | 9.4 TS1M1 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Entity_number is specified in the fact-key/dim-key argument of the SCHEMA option in PROC IMSTAT.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2014-09-19 15:15:05 |
Date Created: | 2014-09-18 09:46:16 |